home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / K_O / MCOSM133.ZIP / INSTALL.BAT next >
DOS Batch File  |  1994-10-24  |  1KB  |  37 lines

  1. @echo off
  2. rem Microcosm version 1.3.3 update batch file
  3. rem usage -     install [directory to install to]
  4. rem example - install c:\mcosm, to install in a directory c:\mcosm
  5.  
  6. if %1s == s goto fail
  7. cls
  8. echo Microcosm Version 1.3.3 Update Procedure Initiated!
  9. echo Please stand by while upgrading the files in your directory %1
  10. echo -
  11. echo Be sure to read README.TXT for details.
  12. echo -
  13. echo *********************************************
  14. echo ** LHA is Copyright 1991 Haruyasu Yoshizaki**
  15. echo *********************************************
  16. echo -
  17. echo -
  18. LHA e /c /m1 mcosm132.lzh %1\
  19. goto finish
  20.  
  21.  
  22. :fail
  23. echo Microcosm Version 1.3.3 Update Procedure
  24. echo -
  25. echo You have incorrectly started the procedure.
  26. echo -
  27. echo usage   :- install [directory containing Microcosm]
  28. echo example :- 'install C:\MCOSM', to update the version of Microcosm 
  29. echo            stored in C:\MCOSM
  30. echo -
  31. echo *********************************************
  32. echo ** LHA is Copyright 1991 Haruyasu Yoshizaki**
  33. echo *********************************************
  34. echo -
  35.  
  36. :finish
  37.